Method ParseFilter<TProps>(Expression<Func<TProps, bool>>)

Assembly: redb.Core.dll

Parse lambda expression for filtering by Props fields

FilterExpression ParseFilter<TProps>(Expression<Func<TProps, bool>> predicate) where TProps : class